home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Main.Dir / 00081.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  140 b   |  10 lines

  1. on mouseDown
  2.   set the visible of sprite 6 to 0
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   go(marker(-1) + 1)
  8.   set the visible of sprite 6 to 1
  9. end
  10.